SetDOMStorageItemRequest

data class SetDOMStorageItemRequest(storageId: StorageId, key: String, value: String)

Represents request frame that can be used with DOMStorage#setDOMStorageItem operation call.

See also

Constructors

SetDOMStorageItemRequest
Link copied to clipboard
fun SetDOMStorageItemRequest(storageId: StorageId, key: String, value: String)

Properties

key
Link copied to clipboard
val key: String
storageId
Link copied to clipboard
val storageId: StorageId
value
Link copied to clipboard
val value: String

Sources

jvm source
Link copied to clipboard